home *** CD-ROM | disk | FTP | other *** search
/ Mastering Web Site Development / Microsoft Mastering Web Site Development (Microsoft) (1997).iso / Media / Ch02 / W02D050.cc2 < prev    next >
Encoding:
Text File  |  1997-04-24  |  1.1 KB  |  22 lines

  1. 0, In this demonstration, you will see how to add and 
  2. 4, delete files to a Visual InterDev Web project. In 
  3. 8, Visual InterDev, you can create new files in a Web 
  4. 10, project by selecting File, New, and selecting the 
  5. 16, type of file that you want to create. To add an 
  6. 29, existing file to a Web project, you can right-click 
  7. 31, on the project name and select either Add Files, or 
  8. 47, Add Folder Contents. You can create a new folder 
  9. 56, in your project by right-clicking the project name 
  10. 63, and selecting New Folder. When you add files to a 
  11. 72, project, they are created on the Web server and 
  12. 75, copied to your local development folder. To delete 
  13. 78, files in a Web project, right-click the file and 
  14. 86, select Delete. This deletes both the local copy and 
  15. 92, the copy on the Web server. As other team members 
  16. 98, are adding and deleting files in a Web site, your 
  17. 101, project may get out of synch. To refresh your view 
  18. 103, of the files on the Web server, right-click the 
  19. 106, name of the project and select Refresh. So, you 
  20. 114, have seen how to add and delete files in a Visual 
  21. 117, InterDev Web project.
  22. 120, END